@charset "utf-8";
body{background: #fff; /*font-size: 1.125em;*/}
.over-hide{ overflow: hidden;}
/*滚动条整体样式*/
::-webkit-scrollbar{
  width: 5px;/*竖向滚动条的宽度*/
  height: 5px;/*横向滚动条的高度*/
}
::-webkit-scrollbar-thumb{/*滚动条里面的小方块*/
  background: #666666;
  border-radius: 5px;
}
::-webkit-scrollbar-track{/*滚动条轨道的样式*/
  background: #ccc;
  border-radius: 5px;
}
.main{ overflow: hidden;}
/*.place {  position: relative; z-index: 2;  display: block;  padding-top: 56.25%;  overflow: hidden;}
.place .pic img { display: block; width: 100%;height: auto; min-height: 100%;object-fit: cover;}*/
/*图片占位符*/
/***
16:9[56.25%]
4:3[75%]
3:2[66.666667%]
 ***/
 .place{position: relative; z-index: 2; display: block; padding-top: 56.25%; overflow: hidden;}
 .place .pic{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; display: block; overflow: hidden;}
 .place .pic img,
 .place .pic video{display: block; width: 100%; height: auto; min-height: 100%; object-fit: cover;}
 
 @media (max-width:414px) {
   .place{padding-top: 66.67%;}
 }

@media (max-width:992px){
  .column_pd{ padding: 30px 0;}
}

/* 单行省略号 */
.elli-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
/* 多行省略号 */
.elli-m{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}

.transition,
.transition *{-webkit-transition: 300ms; -moz-transition: 300ms; -o-transition: 300ms; transition: 300ms;}

.imgscale img{-moz-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
.imgscale img:hover{-moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); -webkit-transform:scale(1.05); transform:scale(1.05);}

@media (max-width:1280px){
  .w100{ width: 100%!important;}

}


.cbg{background-color: #ffffff;}
.bg-gray{ background-color: #f6f8fb;}
.bg-blue{  background-color: #ebf6fd!important;}
/*banner图*/
.banner{ width: 100%;  position:relative;  z-index:44; height:427px; /*overflow:hidden;   padding-bottom:105px;*/}
.ban { width: 100%; /*height: 427px; max-width: 1920px; */ position: absolute; left:0; top:0; overflow:hidden; z-index:44;} 
.ban .swiper-zoom-container img{ display: block;  width: 100%; height: 427px;  object-fit: cover;}

@media (max-width:768px){
  .banner{ height: 300px;}
  .ban { height: auto;}
  .ban .swiper-zoom-container img{ height: 300px;}
  .ban .swiper-button-next,.ban .swiper-button-prev{ display: none;}
}
@media (max-width: 640px) {

}

@media (max-width: 480px) {
  .banner{ height: 230px;}
  .ban .swiper-zoom-container img{ height: 230px;}
}
/*头部*/
.topbg{ width:100%; height:65px; position:absolute; left:0; top:0; z-index: 9999;}
.home_top{ width: 100%; height: 38px; margin: 15px auto 0; display: flex; justify-content: space-between; align-items: center;}
.home_top .top_L{ font-size: 1em; color: #ffffff;}
.home_top .top_R{display: flex; align-items: center;}
.home_top .top_R .i1{ display: flex; justify-content: center; align-items: center;}
.home_top .top_R .i1 a{color: #ffffff; cursor: pointer; display: block; width:38px; height:38px; line-height: 38px;; border-radius:50%; background-color:#5796c6; text-align: center; overflow: hidden; margin-left: 10px;}
.home_top .top_R .i1 i{font-size: 1.4em; color: #ffffff; display: block;}
.home_top .top_R .i1 i.icon-wuzhangai1{ margin-left: 4px;}
.home_top .top_R .i1 i:hover{animation: spin1 0.5s;}

.home_top .top_R .i1 dl{ position: relative;}
.home_top .top_R .i1 dl dt{}
.home_top .top_R .i1 dl dd{ width: 100px; display: none; position: absolute; right: -30px; top: 50px;}

.home_top .top_R .i1 dl dd .cont{position: relative; padding: 5px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.2); border-radius: 5px;}
.home_top .top_R .i1 dl dd .cont:before {  position: absolute; right: 38px; top: -20px; content: ""; width: 0; height: 0; overflow: hidden; border: 11px solid transparent; border-bottom-color: #ffffff;}

@keyframes spin1 {
  0% {
      transform: scale(1);
  }
  50% {
    transform: scale(0.4);
  }
  100% {
    transform: scale(1);
  }
}


.home_top .top_R .i2{ width: 128px; height: 30px; line-height: 30px;  margin-left: 17px; border-radius: 15px; border:1px solid #ffffff; font-size: 1em; color: #ffffff; text-align: center; }

@media screen and (max-width: 1400px) {

}
@media (max-width:768px){
  .topbg{ height: auto;}
  .home_top{ margin-top: 5px;}
  .home_top .top_L{ font-size: 0.875rem;}
  .home_top .top_R .i1{font-size: 0.875rem;}
  .home_top .top_R .i1 a{ width:25px; height:25px; line-height: 25px; margin-left: 5px;}
  .home_top .top_R .i1 dl:nth-child(1){ display: none;}
  .home_top .top_R .i1 dl:nth-child(3){ display: none;}
  .home_top .top_R .i1 dl:nth-child(4){ /*display: none;*/}
  .home_top .top_R .i1 dl:nth-child(5){ display: none;}
  .home_top .top_R .i1 i{font-size: 1em; color: #ffffff;}
  .home_top .top_R .i2{font-size: 0.875rem; margin-left:10px}
  .home_top .top_R .i2{ width: 90px; height: 25px; line-height: 25px;}

  .dateNow{ display: none!important;}
  .slh_line{display: none!important;}
  #slh,#slh1{ display: none!important;}
}

/*logo*/
.top_logo{  width: 50%; /*width: 670px;*/ position: relative; margin: 106px auto 0; z-index: 99999;}
.logo{/*width: 670px; height:111px;*/ text-align: center;}
.top_search{display: none; margin: 15px auto 0;}
.top_search1{  width: 100%; padding: 0 2% 0 5%; box-sizing: border-box; height: 50px; border-radius: 25px; background-color: #ffffff; border: 1px solid #ffffff; display: flex; align-items: center; justify-content: space-between;}
.top_search1 input{ width: 75%; height: 24px; border: none; background:none;}
.top_search1 button{ background: none; border: none; cursor: pointer;}
.top_search1 button i{ color: #2e6da1; font-weight: bold; font-size: 1.2rem; margin-top: 2px;}

/*导航*/
.nav{width:100%; background: url(navbg.png) no-repeat; background-size: cover; height:68px; position:relative; z-index:999; margin-top: -7px;}
.navbg{ margin:0 auto; display: flex; justify-content: space-between;}

.navL{ width: 75%; background-color: #5292c6; }
.navL .tit{ width: 16.66666667%; text-align:center; height:66px;  float:left; cursor:pointer; color: #bae0ff;}
.navL .tit p{font-size:24px; font-weight: bold; }
.navL .tit a{ display: block;}
.navL .tit a p{color:#ffffff; height: 64px; line-height:64px;}
.navL .tit:hover a p,.navL .tit.on a p{ color: #fffab0;}
.navL .tit:hover a span,.navL .tit.on a span{ display: block; width: 80%; height: 4px; background-color: #fffab0; position: relative; margin: 0 auto;}
.navL .tit:hover a span::after,.navL .tit.on a span::after{ content: ""; width: 1px;  position: absolute; left: 0; right: 0; bottom: 0; margin: 0 auto; border: 10px solid transparent; border-bottom-color: #fffab0;}


.navR{ width: 25%; background: url(nav_bg.png) no-repeat; }
.search{ float: right; width: 75%; padding: 0 2% 0 5%; box-sizing: border-box; height: 30px; margin: 15px auto 0; border-radius: 15px; background-color: #e1effa; border: 1px solid #9fc3e1; display: flex; align-items: center; justify-content: space-between;}
.search input{ width: 75%; height: 24px; border: none; background:none;}
.search button{ background: none; border: none; cursor: pointer;}
.search button i{ color: #2e6da1; font-weight: bold; font-size: 1.2rem; margin-top: 2px;}
@media (max-width: 1500px) {
  .nav{ background: none; background-color: #5292c6;}
  .navR{ display: none;}
  .navL{ width: 100%;}
  .top_logo{ width: 60%;}
  .top_search{ display: block;}
}

@media (max-width: 1000px) {
  .top_logo{ width: 80%;}
}

@media (max-width:768px){
  .top_logo{ width: 50%;}
  .top_logo{margin: 50px auto 0;}

  .top_search{margin: 5px auto 0; }
  .top_search1{  height: 40px; border-radius: 20px;}

  /**/
  .nav{ height: auto;}
	.nav .tit{ width:33.3333%; text-align:center; height:54px; line-height:54px; font-size:1.25em;}
  .navL .tit a p{ height: auto; line-height:inherit; font-weight: normal; font-size:20px; }
}

@media (max-width: 480px) {
  .top_logo{ width: 70%;}
  .banner{ height: 230px;}
  .ban .swiper-zoom-container img{ height: 230px;}
}


/*幻灯*/
.column1_L .swiper-pagination{width:auto!important;position: absolute; right:16px;left:inherit!important;bottom: 10px!important; z-index: 1;}
.column1_L .swiper-pagination span{width: 8px;height: 8px;background: #fff;opacity: 1;}
.column1_L .swiper-pagination .swiper-pagination-bullet-active,
.column1_L .swiper-pagination .swiper-active-switch{background: #d43030;}
.column1_L{position: relative; /*height: 390px;*/}
.column1_L .swiper-slide .place{ padding-top: 66.1538%;}
/*.column1_L .swiper-slide img{display: block;width: 100%;}*/
.column1_L .swiper-nav{display: none;}
.column1_L .txt{background: #4a4e51; background: rgba(0,0,0,.68);padding:0 0px 0 20px; height: 50px;line-height: 50px;
	color:#fff;font-size: 1.125em;position: absolute;left:0;right:0;bottom:0;z-index:5;}
.column1_L .swiper-pagination{position: absolute;}
.column1_L .swiper-pagination span{width: 13px;height: 13px;border-radius: 50%;}
/*幻灯 end*/
.column1_L .infolist li a{ font-size: 18px;}

/*.column1_R{width: 50%;}*/
@media (max-width:1500px) {
.column1_R .infolist li:nth-child(7){display: none;}
.column1_R .infolist li:nth-child(8){display: none;}		
}
@media (max-width:768px) {
.column1_L .txt{ font-size: 1em;}
}

.bt_tit{padding-bottom: 10px; position: relative;  font-size: 24px; color: #000000;}
/*.tit span{font-size: 24px; color: #000000; padding-bottom: 10px; border-bottom: 4px solid #d43030;}*/
.bt_tit:after {width: 97px;content: '';position: absolute;  bottom: -1px;  left: 0;  height: 3px;  background: #D43030;  transition: all .3s;  -webkit-transition: all .3s;  overflow: hidden;}


/* tab */
/* 
两种风格标题选项卡样式
.tab-brief:简洁型
.tab-card:卡片型
.js-tab:js-开头的类名只用于脚本查询DOM用，不建议在该类下写样式
.more:率属于某一块下的类名，不建议单独写全局样式，会影响到其他更多样式
 */
/* .tab-brief > .hd{border-bottom:#dfdfdf 1px solid; } */
.tab-brief > .hd{position: relative; line-height: 30px; border-bottom: 1px solid #d7dee5; overflow: hidden;}
.tab-brief > .hd ul{float: left;}
.tab-brief > .hd li{float:left; position: relative; margin-right: 2em; font-size: 1.25em; color: #404040;}
.tab-brief > .hd li a{position: relative; z-index: 5; color: #404040;}
.tab-brief > .hd li a:hover{color: #2e6da1;}
.tab-brief > .hd li:last-child{margin-right: 0;}
.tab-brief > .hd li.on{font-weight: bold; color: #2e6da1;}
.tab-brief > .hd li.on a{color: #2e6da1;}
.tab-brief > .hd li.on a:hover{color: #2e6da1;}
.tab-brief > .hd .tab_more{position: absolute; top: 50%; right: 0; z-index: 2; line-height: 26px; margin-top: -16px;}
.tab-brief > .hd .tab_more.c1{ color: #f88a14; background-color: #fef3e7; padding:4px 10px;}
.tab-brief > .hd .tab_more.c1 a{ display: block; color: #f88a14;}
.tab-brief > .hd .tab_more.c1 a i{ font-size: 16px; color: #f88a14; margin-right: 5px;}

.tab-brief.triangle-d > .hd li:after{position: absolute; bottom: 0; left: 50%; margin-bottom: -20px; margin-left: -10px; border: 10px solid transparent; border-top-color: #5292c6;}
.tab-brief.triangle-d > .hd li.on:after{content: "";}
.tab-brief.card > .hd{line-height: 48px; border-bottom: 1px solid #5292c6;}
.tab-brief.card > .hd li{float: left; padding: 0 1.5em; text-align: center; margin-right: 0;}
.tab-brief.card > .hd li a{top: -1px;}
.tab-brief.card > .hd li.on{color: #fff; background: #5292c6;}
.tab-brief.card > .hd li.on a{color: #fff;}
.tab-brief.card > .hd li.on a:hover{color: #fff;}

.tab-brief.whole > .hd > ul{float: none;}
.tab-brief.whole > .hd > ul li{margin-right: 0; padding: 0;}
.tab-brief.whole > .hd > ul.col-2 li{width: 50%;}
.tab-brief.whole > .hd > ul.col-3 li{width: 33.33333%;}
.tab-brief.whole > .hd > ul.col-4 li{width: 25%;}
.tab-brief.whole > .hd > ul.col-6 li{width: 16.66667%;}
.tab-brief.fs26 > .hd li{font-size: 1.625em;}

.tab-brief.line > .hd > ul{float: none;}
.tab-brief.line > .hd li{ padding-bottom: 1rem;}
.tab-brief.line > .hd li.on{ border-bottom: 4px solid #2e6da1;}

@media (max-width:1500px) {
  .tab-brief > .hd li{font-size: 1.125em;}
  .tab-brief.card > .hd li{padding-right: 1.375em; padding-left: 1.375em;}
}
@media (max-width:1280px) {
  .tab-brief.fs26 > .hd li{font-size: 1.5em;}	
}
@media (max-width:992px) {
  .tab-brief > .hd li{font-size: 1.0625em;}
  .tab-brief.fs26 > .hd li{font-size: 1.375em;}	
  .tab-brief.line > .hd li{ padding-bottom: 0.6rem;}
  .tab-brief.card > .hd{line-height: 42px;}
}
@media (max-width:414px) {
  .tab-brief > .hd li{font-size: 1em;}	
  .tab-brief.fs26 > .hd li{font-size: 1.25em;}	
  .tab-brief.line > .hd li{ padding-bottom: 0.5rem;}
  .tab-brief.card > .hd{line-height: 40px;}
  .tab-brief.card > .hd li{padding: 0 .75em;}
}

/*tab*/
.tab-card > .hd{ border-bottom: 1px solid #e7e8ec;}
.tab-card > .hd ul{ text-align: center; display: flex; justify-content: center;}
.tab-card > .hd li{ float:left; position: relative;font-size: 36px;}
.tab-card > .hd li a{display: block; padding-bottom: 20px; margin: 0 50px; color: #585858; text-align: center;  white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.tab-card > .hd li.on{cursor:pointer;}
.tab-card > .hd li.on a{ color: #000000; position: relative;}
.tab-card > .hd li.on:after{content: ""; width: 30%; height: 3px; background-color: #5292c6; position: absolute; left: 0; right: 0; bottom: 0; margin: auto;}



.tab-card > .hd .more{float: right; margin-right: 15px;}
.tab-card.arrow > .hd{font-weight: normal;}
.tab-card.arrow > .hd li.on:after{content: ''; position: absolute; width: 0; height: 0; left: 50%; top: 100%; border:transparent solid 8px; border-top-color: #5292c6; margin-left: -8px; }

.tab-brief .bd > .item .infolist, 
.tab-card .bd > .item .infolist{margin-top: 10px;}
.js-tab > .bd > * + * {display: none;}

@media (max-width: 414px) {
  .tab-card > .hd{margin-bottom: -10px; background: none; border-bottom: #dfdfdf 1px solid;}
  .tab-card > .hd ul li{ font-size: 1.4em;}
  .tab-card > .hd ul li a{ padding:7px 12px !important; height: auto; line-height:1.5; color: #666; margin: 0; }
  .tab-card > .hd ul li.on a{ color: #000000;}
  .tab-card > .bd .item > .newsList{margin-top: 0;}
  .tab-card > .hd li.on:after{ width: 60%;}

}





/* infolist */
/***
稿件列表样式：
dot:标题前带小点
md:日期-月日
ymd：日期-年月日
line:每条信息之间含分割下滑线
date: 时间线为虚线，时间在左侧
col2:两列
col3:三列
col4:四列
space20:多列之间含20px的间距
space30:多列之间含30px的间距
多列在768以下响应变成一列
res:480以下标题由一行响应成多行显示
以上类名采用简写方式，便于阅读书写，不可单独写样式，以免冲突覆盖样式。注意不要与base.css中的全家类名冲突
 ***/
.infolist{clear: both;}
.infolist li{position: relative; padding-top: .5em;padding-bottom: .5em;line-height: 1.6em;overflow: hidden; vertical-align: top; font-size: 1.125em;}
.infolist li a{float: left; position: relative; max-width: 100%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.infolist li, .infolist li a{-moz-box-sizing: border-box; -welit-box-sizing: border-box; box-sizing: border-box;}
.infolist li .time{position: absolute;  top: auto; right: 0; margin: auto 0; color: #999;}
.infolist li .jssj{display: none;}
.infolist li a br{display: none;}
.infolist li:hover a, .infolist li a:hover{color: #5292c6;}
.infolist li:hover span{color:#5292c6;}
.infolist.md li{padding-right:60px;}
.infolist.ymd li{padding-right:6em;}

.infolist.dot li a{padding-left: 20px;}
.infolist.dot li a:before{content:''; position:absolute; left:1px; top: 50%; margin-top: -2.5px; width: 5px; height: 5px; background: #999999;}
.infolist.dot li:hover a:before{background: #5292c6;}

.infolist li .tag{display: none;margin-right: 10px; font-style: normal;font-size: .875em;background: #A6A6A6;color: #fff;padding: 3.5px 7px;border-radius: 2px;line-height: 1; font-size: 14px;}
.infolist li .tag.ing{background: #5292c6;}

.infolist.date li .time{position: absolute;left:0;right:auto;top:13px;bottom:auto; text-align: center;color:#383838;font-size: .75em;line-height: 1;}
.infolist.date li .time b{display: block;font-size: 2.125em;color:#5292c6;margin-bottom: 6px;font-weight: normal;}



.infolist.col2 li, .infolist.col3 li, .infolist.col4 li{float: left;}
.infolist.col2 li{width: 50%;}
.infolist.col3 li{width: 33.33333%;}
.infolist.col4 li{width: 25%;}
.infolist.space20{margin-left: -10px; margin-right: -10px;}
.infolist.space20 li{padding-left: 10px; padding-right: 10px;}
.infolist.space20 li .time{right: 10px;}
.infolist.space20.infolist.md li{padding-right:70px;}
.infolist.space20.infolist.ymd li{padding-right:110px;}
.infolist.space30{margin-left: -15px; margin-right: -15px;}
.infolist.space30 li{padding-left: 15px; padding-right: 15px;}
.infolist.space30 li .time{right: 15px;}
.infolist.space30.infolist.md li{padding-right:75px;}
.infolist.space30.infolist.ymd li{padding-right:115px;}

.infolist.split5n li:nth-child(5n):not(:last-of-type),
.infolist.split.col2 li:nth-child(10n):not(:last-of-type),
.infolist.split.col2 li:nth-child(10n - 1):not(:nth-last-of-type(2)){margin-bottom:15px; padding-bottom:25px; border-bottom:1px dashed #e5e5e5;}



@media (max-width: 1500px) {
  /*.infolist.lh42 li{line-height:37px;}*/
}

@media (max-width: 992px) {
  .infolist.col2, .infolist.col3, .infolist.col4{margin-left: 0; margin-right: 0;}
  .infolist.col2 li, .infolist.col3 li, .infolist.col4 li{width: 100%; padding-left: 0;}
  .infolist.split.col2 li:nth-child(10n):not(:last-of-type),
  .infolist.split.col2 li:nth-child(10n - 1):not(:nth-last-of-type(2)){margin-bottom: 0;padding-bottom: 7px;border-bottom:none;}
  .infolist.split.col2 li:nth-child(5n):not(:last-of-type){margin-bottom:15px; padding-bottom:25px; border-bottom:1px dashed #e5e5e5;}

  .infolist.md[class*="space"] li{padding-right:60px;}
  .infolist.ymd[class*="space"] li{padding-right:100px;}
}

@media (max-width: 680px) {
  
  .infolist li{padding-right:0 !important; position: relative;}
  .infolist li a{ position: static; float: none; max-width:none; padding-left: 0 !important; padding-right:12px; white-space:normal; font-size: 0.875em;}
  .infolist li .time{position:static; display: inline-block; font-size: 0.875em;}
  .infolist li a:before{top: 20px!important; margin-top: 0 !important;} /*10+padding*/
  .infolist.line li a:before{top: 24px;}
  .infolist.dot li{padding-left: 18px;}
  
}

/*图片列表*/
.imagelist ul{zoom: 1;}
.imagelist ul li{position: relative; float: left;}
.imagelist ul li a{position: relative; display: block; overflow: hidden;}
.imagelist ul li a.shadow{ background-color: #fff; box-shadow: 0 0 8px rgba(0 0 0 / 10%);}
.imagelist li .pic{position: relative; width:100%; height: 0; overflow: hidden;}
.imagelist li .pic img{ display:block; position: absolute; left: 0; top: 0; width:100%; height:100%;}
.imagelist ul li a:hover .pic .play{position: absolute; top: 50%; left: 50%; z-index: 1; width: 62px; height: 62px; margin-top: -31px; margin-left: -31px; background: url(play.png) no-repeat center; background-size: 100% 100%;}
.imagelist ul li a .txt{padding:15px 20px; line-height: 1.5em; text-align: center; background-color: #ffffff;}
.imagelist ul li a:hover .txt{ background-color: #5292c6; color: #ffffff;}
.imagelist ul li a.rotateY360 i{-webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none;}
.imagelist ul li a.rotateY360:hover i{transform: rotateY(360deg); transition: all .5s linear;}
.imagelist ul li a.rotate360:hover i{transform: rotate(360deg); transition: all .5s linear;}
.imagelist ul li a:hover{ border-color: #87cadb; box-shadow: 0 0 15px rgba(107, 166, 208, .2);}


.imagelist .col4 li{width: 25%;}
.imagelist .col5 li{width: 20%;}
.imagelist.space20 ul{margin: -20px -10px 0;}
.imagelist.space20 li a{margin: 20px 10px 0;}
.imagelist.space30 ul{margin: -30px -15px 0;}
.imagelist.space30 li a{margin: 30px 15px 0;}


@media (max-width: 1400px) {
  
}
@media (max-width: 1280px) {
  .imagelist .col4 li{width: 50% !important;}
  .imagelist .col5 li{width: 50% !important;}
  .imagelist.space30 ul{margin: -20px -10px 0 !important;}
  .imagelist.space30 ul li a{margin: 20px 10px 0 !important;}
}

@media (max-width: 640px) {
  .imagelist .col4 li{width: 100% !important;}
}


/*menu-cards*/
/***
菜单卡片样式：
.space*:菜单之间含*的间距
.break:图标和文字分两行显示，其它则表示图标和文字显示在同一水平线上
.col*:一行*列
分辨率在1480合并间距为20像素
分辨率在1280合并间距为15像素
分辨率在992合并间距为1像素
以上类名采用简写方式，便于阅读书写，不可单独写样式，以免冲突覆盖样式。注意不要与base.css中的全家类名冲突
 ***/
 .menu-cards li{float: left; width: 100%;}
 .menu-cards li a.item{position: relative; display: block; background: #fff; border: 1px solid #fff; text-align: center;}
 .menu-cards li a.item i{display: inline-block; position: relative; width: 50px; height: 50px; margin-right: 3%; vertical-align: middle; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;}
 .menu-cards li a.item i img{display: block; position: relative; z-index: 2; /*width: 100%; height: 100%;*/}
 .menu-cards li a.item i:before{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; background-repeat: no-repeat;}
 .menu-cards li a.item p{display: inline-block; position: relative; vertical-align: middle; line-height: 1.375em; text-align: left; max-width: 60%;}
 .menu-cards li a.item.rotateY360 i{-webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none;}
 .menu-cards li a.item.rotateY360:hover i{transform: rotateY(360deg); transition: all .5s linear;}
 .menu-cards li a.item.rotate360:hover i{transform: rotate(360deg); transition: all .5s linear;}
 .menu-cards li a.item.trun360:hover i{-webkit-animation: turn 5s linear infinite;
 -moz-animation: turn 5s linear infinite;
 -o-animation: turn 5s linear infinite;
 -ms-animation: turn 5s linear infinite;
 animation: turn 5s linear infinite;}
 
 .menu-cards.inline li a.item p{max-width: 96%;}

 
 .menu-cards.break li a.item{text-align: center;}
 .menu-cards.break li a.item i{display: block; margin: 0 auto;}
 .menu-cards.break li a.item p{display: block; max-width: none; width: auto; text-align: center; transition: .3s all;}
 
 .menu-cards.lineblue li a.item{ border-color: #87cadb; border-radius: 5px;}
 .menu-cards.lineblue li a.item:hover{background: #fff; border-color: #87cadb; box-shadow: 0 0 15px rgba(107, 166, 208, .2);}
 
 .menu-cards.linegray li a.item{background: #f6f6f6;  border-radius: 5px;}
 .menu-cards.linegray li a.item:hover{background: #fff; border-color: #87cadb; box-shadow: 0 0 15px rgba(107, 166, 208, .2);}

 
 .menu-cards.col-2 li{width: 50%;}
 .menu-cards.col-3 li{width: 33.33333%;}
 .menu-cards.col-4 li{width: 25%;}
 .menu-cards.col-5 li{width: 20%;}
 .menu-cards.col-6 li{width: 16.66667%;}
 
 .menu-cards.space10{margin-top: -10px; margin-right: -5px; margin-left: -5px;}
 .menu-cards.space10 li a{margin: 10px 5px 0;}
 .menu-cards.space15{margin-top: -15px; margin-right: -6px; margin-left: -8px;}
 .menu-cards.space15 li a{margin: 15px 7px 0 8px;}
 .menu-cards.space20{margin-top: -20px; margin-right: -10px; margin-left: -10px;}
 .menu-cards.space20 li a{margin: 20px 10px 0;}
 .menu-cards.space30{margin-top: -30px; margin-right: -15px; margin-left: -15px;}
 .menu-cards.space30 li a{margin: 30px 15px 0;}
 @media (max-width:1500px) {
   .menu-cards.space30{margin: -20px -10px 0 -10px;}
   .menu-cards.space30 li a{margin: 20px 10px 0 10px;}
 }
 @media (max-width:1280px) {
   .menu-cards{margin-top: -15px !important; margin-right: -7px !important; margin-left: -8px !important;}
   .menu-cards li a{margin: 15px 7px 0 8px !important;}
 }
 @media (max-width:992px) {
   .menu-cards{margin-top: -10px !important; margin-right: 0 !important; margin-left: -10px !important;}
   .menu-cards li a{margin: 10px 0 0 10px !important;}
   .menu-cards.unmerge{margin: -15px -7px 0 -8px !important;}
   .menu-cards.unmerge li a.item{margin: 15px 7px 0 8px !important;}
   .menu-cards.res li{width: 33.33333% !important;}
 }
 @media (max-width:450px) {
   .menu-cards.res li{width: 50% !important;}
   .menu-cards.shadow li a.item{padding-top: 15px; padding-bottom: 15px;}
 }



/*诉讼公示*/
.c3_3_list{}
.c3_3_list dl{}
.c3_3_list dt{ width: 100%; height: 50px; line-height: 50px; background-color: #f4f4f4; font-size: 1.125em; color: #000000; font-weight: bold; display: flex; margin-bottom: 10px;}
.c3_3_list dd{ display: flex; padding: 12px 0; font-size: 18px; position: relative;}
.c3_3_list dt .i1, .c3_3_list dd .i1{ width: 63%; padding-left: 2%;}

.c3_3_list dt .i2, .c3_3_list dd .i2{ width: 20%; text-align: center;}
.c3_3_list dd .i2{ color: #999999;}
.c3_3_list dt .i3, .c3_3_list dd .i3{ width: 15%; text-align: center; color: #333333;}

.c3_3_list dd a{padding-left: 5px;}
.c3_3_list dd a:hover{color: #5292c6;}
.c3_3_list dd a:before{content:''; position:absolute; left:1px; top: 50%; margin-top: -2.5px; width: 5px; height: 5px; background: #999999;}
.c3_3_list dd:hover a:before{background: #0d8ee9;}

@media (max-width: 1400px){
	.c3_3_list dt .i1, .c3_3_list dd .i1{ width: 70%;}
	.c3_3_list dt .i2, .c3_3_list dd .i2{  width: 30%;}
	.c3_3_list dt .i3, .c3_3_list dd .i3{ display: none;}
}
@media (max-width: 414px) {
  .c3_3_list dt{ font-size:1em; }
  .c3_3_list dd{ font-size: 1em;}
}

/**/
.more{ width: 100%; height: 40px; background-color: #ffffff; text-align: center; line-height: 40px; display: none; }
.more a{ display: block; color: #666666; font-size: 1em;}
.more.c1{ background-color: #f5f5f5;}
@media (max-width: 768px){
	.more{ display: block;}
}



/* footer */
.footerbg{ background: #5292c6 url(footer_bg.png) no-repeat top right; }
.footer{ background: url(footer_top.png) no-repeat top center; background-size: 100%;}
.footer-links{ width: 100%; padding-top: 60px;}
.footer-links .hd{padding: 15px 0; border-bottom: 1px solid #75a8d1;}
.footer-links .hd ul{margin: 0 -1.5%; display: flex; justify-content: space-between;}
.footer-links .hd ul li{float: left; width: 23%; background-color: rgba(0,0,0,.1); border-radius: 5px;}
.footer-links .hd ul li a{position: relative; z-index:5; display: block; color: #fff; text-align: center; height: 55px; line-height: 55px; border-radius: 5px; font-size: 18px;}
.footer-links .hd ul li a span{max-width: 100%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.footer-links .hd ul li.hs a:after{content: ''; height: 8px;
  width: 8px;
  border-width: 1px 1px 0 0;
  border-color: #ffffff;
  border-style: solid; margin-left: 20px; transition: .3s all; transform: rotate(135deg);}
.footer-links .hd ul li.hs:first-child a:after{ border: none;}

.footer-links .hd ul li.hs a:after,
.footer-links .hd ul li a span{display: inline-block; vertical-align: middle;}
.footer-links .hd ul li.on a:after{transform: rotate(-45deg); transform-origin: 8px 3px;}

.footer-links .hd ul li.hs.on a{background: rgba(255,255,255,.15);}

.footer-links .bd ul{padding-top:14px; margin: 0 -5px; overflow: hidden; display: none;}
.footer-links .bd ul li{float: left; width: 20%;}
.footer-links .bd ul li h4{margin: 0 5px; margin-bottom: 2px; font-size:16px; font-weight: normal; line-height:1.6em; overflow:hidden; vertical-align:top;}
.footer-links .bd ul li a{display: block; padding:10px; background: rgba(255,255,255,.08); border-radius: 5px; text-align: center; color: rgba(255,255,255,.7); max-width:100%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; transition: .3s all;}
.footer-links .bd ul li a:hover{background: rgba(255,255,255,.15); color: #fff;}

.copyright{ padding: 40px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.copyright_L{ width: 60%; color: #ffffff;}
.copyright_L a{ color: #ffffff;}
.copyright_L .footer-txt{line-height: 2.375;}
.copyright_L .footer-txt span{display: inline-block; padding-right: 15px;}

.copyright_R{ width: 40%; display: flex; justify-content: flex-end; align-items: center;}
.copyright_R div{ margin-left: 20px;}

@media (max-width:1500px) {
	.footer-links .hd ul li a{font-size: 1em;}
	.copyright_L{ width: 100%; text-align: center; font-size: 1em;}
	.copyright_R{ width: 100%; text-align: center; justify-content:center; font-size: 1em;}
}

@media (max-width: 992px) {
	.footer-links{ display: none;}
	.copyright{padding: 40px 0 40px 0 ;}
	.copyright_L .footer-nav span{ padding: 0 10px;}
	.copyright_L{ text-align: left;}
}
@media (max-width: 480px) {
	.copyright{line-height: 2;}
	.copyright .split{margin: 0 10px;}
}